object FrmMailProp: TFrmMailProp Left = 270 Top = 152 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Properties for ' ClientHeight = 378 ClientWidth = 452 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnActivate = FormActivate OnCreate = FormCreate DesignSize = ( 452 378) PixelsPerInch = 120 TextHeight = 16 object btnOK: TButton Left = 232 Top = 338 Width = 100 Height = 30 Anchors = [akRight, akBottom] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 345 Top = 338 Width = 100 Height = 30 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cance&l' ModalResult = 2 TabOrder = 2 end object pc: TElPageControl Left = 4 Top = 2 Width = 444 Height = 324 BorderWidth = 0 DrawFocus = False Flat = False HotTrack = False Multiline = False RaggedRight = False ScrollOpposite = False Style = etsFlatTabs TabIndex = 0 TabPosition = etpTop HotTrackFont.Charset = DEFAULT_CHARSET HotTrackFont.Color = clBlue HotTrackFont.Height = -13 HotTrackFont.Name = 'MS Sans Serif' HotTrackFont.Style = [] ActivePage = Tab1 ActiveTabFont.Charset = DEFAULT_CHARSET ActiveTabFont.Color = clWindowText ActiveTabFont.Height = -13 ActiveTabFont.Name = 'MS Sans Serif' ActiveTabFont.Style = [] OnDrawTab = pcDrawTab ParentColor = False TabOrder = 0 UseXPThemes = False Anchors = [akLeft, akTop, akRight, akBottom] DockOrientation = doNoOrient object Tab1: TElTabSheet PageControl = pc Caption = 'General' object cbGroup: TElCheckBox Left = 20 Top = 282 Width = 244 Height = 20 Cursor = crDefault Caption = 'Enable group access for this mailbox' TabOrder = 3 Visible = False DoubleBuffered = False end object cbThread: TElGroupBox Left = 14 Top = 16 Width = 404 Height = 59 AutoDisableChildren = True BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Caption = ' Set custom threading for this mailbox ' Flat = False FlatAlways = False ParentColor = True ShowCheckBox = True ShowFocus = False TabOrder = 0 TabStop = True object cbThreadOn: TElRadioButton Left = 64 Top = 28 Width = 76 Height = 20 Cursor = crDefault Caption = 'Enabled' TabStop = False TabOrder = 0 DoubleBuffered = False end object cbThreadOff: TElRadioButton Left = 226 Top = 28 Width = 80 Height = 20 Cursor = crDefault Checked = True Caption = 'Disabled' TabOrder = 1 DoubleBuffered = False end end object cbPreview: TElGroupBox Left = 14 Top = 88 Width = 404 Height = 59 AutoDisableChildren = True BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Caption = ' Set custom preview pane for this mailbox ' Flat = False FlatAlways = False ParentColor = True ShowCheckBox = True ShowFocus = False TabOrder = 1 TabStop = True object cbPreviewOn: TElRadioButton Left = 64 Top = 28 Width = 76 Height = 20 Cursor = crDefault Caption = 'Enabled' TabStop = False TabOrder = 0 DoubleBuffered = False end object cbPreviewOff: TElRadioButton Left = 226 Top = 28 Width = 80 Height = 20 Cursor = crDefault Checked = True Caption = 'Disabled' TabOrder = 1 DoubleBuffered = False end end object cbIndexNarrow: TElGroupBox Left = 14 Top = 160 Width = 404 Height = 59 AutoDisableChildren = True BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Caption = ' Set custom pane layout for this mailbox ' Flat = False FlatAlways = False ParentColor = True ShowCheckBox = True ShowFocus = False TabOrder = 2 TabStop = True object cbIndexNarrowOff: TElRadioButton Left = 64 Top = 28 Width = 85 Height = 20 Cursor = crDefault Caption = 'Horizontal' TabStop = False TabOrder = 0 DoubleBuffered = False end object cbIndexNarrowOn: TElRadioButton Left = 226 Top = 28 Width = 70 Height = 20 Cursor = crDefault Checked = True Caption = 'Vertical' TabOrder = 1 DoubleBuffered = False end end object cbFavourite: TElCheckBox Left = 20 Top = 234 Width = 179 Height = 20 Cursor = crDefault Caption = 'This is a favourite mailbox' TabOrder = 4 DoubleBuffered = False end object cbDontNotify: TElCheckBox Left = 20 Top = 260 Width = 204 Height = 20 Cursor = crDefault Caption = 'Suppress new mail notification' TabOrder = 5 DoubleBuffered = False end end object TabColumns: TElTabSheet PageControl = pc Caption = 'Columns' Visible = False object cbCustom: TElCheckBox Left = 12 Top = 12 Width = 282 Height = 20 Cursor = crDefault Checked = True State = cbChecked Caption = 'Use custom column settings for this mailbox' TabOrder = 0 OnClick = cbCustomClick DoubleBuffered = False end object gbShowMain: TElGroupBox Left = 30 Top = 42 Width = 373 Height = 107 AutoDisableChildren = True BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Caption = ' Show the following main columns: ' Flat = False FlatAlways = False ParentColor = True ShowFocus = False TabOrder = 1 object chkShowSubject: TElCheckBox Left = 18 Top = 26 Width = 70 Height = 20 Cursor = crDefault Caption = 'Subject' TabOrder = 0 DoubleBuffered = False end object chkShowFrom: TElCheckBox Left = 18 Top = 48 Width = 56 Height = 20 Cursor = crDefault Caption = 'From' TabOrder = 1 DoubleBuffered = False end object chkShowDate: TElCheckBox Left = 18 Top = 70 Width = 52 Height = 20 Cursor = crDefault Caption = 'Sent' TabOrder = 2 DoubleBuffered = False end object chkShowReceived: TElCheckBox Left = 138 Top = 70 Width = 84 Height = 20 Cursor = crDefault Caption = 'Received' TabOrder = 5 DoubleBuffered = False end object chkShowTo: TElCheckBox Left = 138 Top = 48 Width = 42 Height = 20 Cursor = crDefault Caption = 'To' TabOrder = 4 DoubleBuffered = False end object chkShowSize: TElCheckBox Left = 138 Top = 26 Width = 51 Height = 20 Cursor = crDefault Caption = 'Size' TabOrder = 3 DoubleBuffered = False end object chkShowUser1: TElCheckBox Left = 256 Top = 26 Width = 80 Height = 20 Cursor = crDefault Caption = 'Custom 1' TabOrder = 6 DoubleBuffered = False end object chkShowUser2: TElCheckBox Left = 256 Top = 48 Width = 80 Height = 20 Cursor = crDefault Caption = 'Custom 2' TabOrder = 7 DoubleBuffered = False end object chkShowUser3: TElCheckBox Left = 256 Top = 70 Width = 80 Height = 20 Cursor = crDefault Caption = 'Custom 3' TabOrder = 8 DoubleBuffered = False end end object gbShowIconic: TElGroupBox Left = 30 Top = 160 Width = 373 Height = 87 AutoDisableChildren = True BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Caption = ' Show the following iconic columns: ' Flat = False FlatAlways = False ParentColor = True ShowFocus = False TabOrder = 2 object cbShowMark: TElCheckBox Left = 18 Top = 26 Width = 55 Height = 20 Cursor = crDefault Caption = 'Mark' TabOrder = 0 DoubleBuffered = False end object cbShowStatus: TElCheckBox Left = 18 Top = 48 Width = 62 Height = 20 Cursor = crDefault Caption = 'Status' TabOrder = 1 DoubleBuffered = False end object cbShowPriority: TElCheckBox Left = 138 Top = 48 Width = 66 Height = 20 Cursor = crDefault Caption = 'Priority' TabOrder = 3 DoubleBuffered = False end object cbShowAtt: TElCheckBox Left = 138 Top = 26 Width = 98 Height = 20 Cursor = crDefault Caption = 'Attachments' TabOrder = 2 DoubleBuffered = False end object cbShowDownloaded: TElCheckBox Left = 256 Top = 26 Width = 102 Height = 20 Cursor = crDefault Caption = 'Downloaded' TabOrder = 4 DoubleBuffered = False end end end object TabNNTP: TElTabSheet PageControl = pc ImageIndex = 1 Caption = 'Network' Visible = False object cbNNTP: TElCheckBox Left = 12 Top = 12 Width = 264 Height = 20 Cursor = crDefault Caption = 'Make this a Newsgroup mailbox (NNTP)' TabOrder = 0 OnClick = cbCustomClick DoubleBuffered = False end object GroupBox1: TElGroupBox Left = 6 Top = 38 Width = 365 Height = 136 AutoDisableChildren = False BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Caption = ' Network details ' Flat = False FlatAlways = False ParentColor = True ShowFocus = False TabOrder = 1 object Label2: TLabel Left = 187 Top = 105 Width = 63 Height = 16 Caption = 'Password:' end object Label3: TLabel Left = 11 Top = 27 Width = 80 Height = 16 Caption = 'Server name:' end object Label5: TLabel Left = 11 Top = 105 Width = 66 Height = 16 Caption = 'Username:' end object Label4: TLabel Left = 11 Top = 79 Width = 206 Height = 16 Caption = 'Optional authentication information:' end object Label6: TLabel Left = 11 Top = 53 Width = 77 Height = 16 Caption = 'Group name:' end object EditPass: TEdit Left = 263 Top = 101 Width = 90 Height = 24 PasswordChar = '*' TabOrder = 4 end object EditUser: TEdit Left = 89 Top = 101 Width = 90 Height = 24 TabOrder = 3 end object EditGroup: TEdit Left = 111 Top = 49 Width = 207 Height = 24 TabOrder = 1 end object BtnPick: TButton Left = 320 Top = 50 Width = 18 Height = 22 Caption = '...' TabOrder = 2 end object cbServer: TComboBox Left = 111 Top = 23 Width = 227 Height = 24 ItemHeight = 0 TabOrder = 0 end end end object TabP: TElTabSheet PageControl = pc ImageIndex = 2 Caption = 'Privacy' Visible = False object Label1: TLabel Left = 198 Top = 46 Width = 37 Height = 16 Caption = 'Verify:' end object cbPass: TElCheckBox Left = 12 Top = 20 Width = 230 Height = 20 Cursor = crDefault Caption = 'Protect this mailbox with password:' TabOrder = 0 OnClick = cbPassClick DoubleBuffered = False end object EditPass1: TEdit Left = 282 Top = 16 Width = 113 Height = 24 PasswordChar = '*' TabOrder = 1 end object EditPass2: TEdit Left = 282 Top = 44 Width = 113 Height = 24 PasswordChar = '*' TabOrder = 2 end end end object cbCustomParent: TElCheckBox Left = 10 Top = 342 Width = 176 Height = 20 Cursor = crDefault Caption = 'Applies to sub-mailboxes' TabOrder = 3 DoubleBuffered = False end end